Package | Description |
---|---|
oracle.pgx.api |
This package contains the Java APIs of PGX.
|
oracle.pgx.api.filter |
Modifier and Type | Method and Description |
---|---|
EdgeSet |
PgxGraph.getEdges(EdgeFilter filter)
Blocking version of
#getEdges() . |
<E extends Comparable<E>> |
PgxGraph.getEdgesAsync(EdgeFilter filter)
Creates a new Edge Set containing edges according to the given filter expression.
|
Modifier and Type | Method and Description |
---|---|
EdgeFilter |
GraphFilter.asEdgeFilter()
Gets this filter object as edge filter, if possible.
|
EdgeFilter |
EdgeFilter.asEdgeFilter() |
Copyright © 2015. All rights reserved.